home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 4.1 - Disc 2 / 1998-07_-_Disc_4.1_No._2_Imperfect.iso / mechcmdr / data / objects / object2.pak / Unnamed File 000018 < prev    next >
Text File  |  1998-04-08  |  3KB  |  93 lines

  1. FITini
  2.  
  3. //---------------------------------------------------------------------------
  4. //
  5. //                MECH:            Cougar
  6. //
  7. //                BASE ID:        17
  8. //
  9. //---------------------------------------------------------------------------
  10.  
  11. // This is a sample MechBase Data File.
  12. [ObjectClass]
  13. l ObjectTypeNum = 2
  14.  
  15. [Header]
  16. st FileType                            = "MechType"
  17.  
  18. [General]
  19. ul ID                                = 17            // ID number for this mech type
  20. uc Type                                = 1                // 0 = Inner Sphere, 1 = Clan
  21. st Name                                = "Cougar"        // mech type description
  22. uc Chassis                            = 0                // Standard Chassis        
  23. f TonnageClass                        = 35.0            // 35 tons
  24. uc EndoSteel                        = 1                // does have EndoSteel IS    
  25. f InternalStructureTonnage            = 2.0            // 2.0 tons
  26.  
  27. [InternalStructure]
  28. //------------------------------------------------------------------------
  29. // In theory, the following should be dictated by the MaxTonnage, correct?
  30. uc Head                                = 3
  31. uc CenterTorso                        = 11
  32. uc LeftTorso                        = 8
  33. uc RightTorso                        = 8
  34. uc LeftArm                            = 6
  35. uc RightArm                            = 6
  36. uc LeftLeg                            = 8
  37. uc RightLeg                            = 8
  38.  
  39. [Debris]
  40. ul RightArmPiece                    = 0x000000AE
  41. ul LeftArmPiece                        = 0x000000AD
  42. ul DestroyedPiece                    = 0x0000003A
  43.  
  44. [HotSpots]
  45. st HotSpotFileName                    = "cg"
  46. l FootprintType                        = 5
  47. ul Weapon0                            = 3                // Which part is this weapon attached to.  3 = Right Arm
  48. ul Weapon1                            = 3                // Which part is this weapon attached to.  2 = Right Arm
  49. ul Weapon2                            = 3                // Which part is this weapon attached to.  1 = Left Arm
  50. ul Weapon3                            = 2                // Which part is this weapon attached to.  1 = Left Arm
  51. ul Weapon4                            = 2                // Which part is this weapon attached to.  1 = Torso
  52. ul Weapon5                            = 2                // Which part is this weapon attached to.  1 = Torso
  53. ul Weapon6                            = 1                // Which part is this weapon attached to.  1 = Torso
  54. ul Weapon7                            = 0                // Which part is this weapon attached to.  1 = Torso
  55. ul Weapon8                            = 0                // Which part is this weapon attached to.  1 = Torso
  56. ul Weapon9                            = 1                // Which part is this weapon attached to.  1 = Torso
  57. ul Weapon10                            = 1                // Which part is this weapon attached to.  0 = Bottom
  58. ul Weapon11                            = 1                // Which part is this weapon attached to.  0 = Bottom
  59.  
  60. [ObjectType]
  61. st Name                             = "Cougar"        // Text string giving a descriptive name  (only 8 chars long!!)
  62. l Type                                 = 17                // ID number for this mech type
  63. l Appearance                        = 0x0100000A
  64. l Duration                            = -1            // Lasts forever = -1
  65. l MaxDamage                            = 200            // Number of damage points before BOOM!
  66. l ExplosionObject                    = 41            // Object Class Number of explosion for Mech
  67. l DestroyedObject                    = 101            // Object Class Number of Destroyed shape for Mech
  68. f ExtentRadius                        = 12            // Extent Radius in Meters
  69. l IconNumber                        = 5
  70.  
  71. [Control]
  72. ul Type                                = 2                //player = 1, ai = 2, net = 3
  73. ul DataType                            = 1                //mech control data = 1
  74.  
  75. [Dynamics]
  76. ul Type                                = 1                //Mech dynamics = 1
  77.  
  78. [MechDynamics]
  79. l maxTorsoYawRate                    = 360            //Degrees per sec
  80. l maxTorsoYaw                        = 120            //(+/-)Degrees
  81. l maxArmYaw                            = 60            //(+/-)Degrees
  82. l maxMechYawRate                    = 180            //Degrees per sec
  83. l maxRightArmYawRate                = 180            //Degrees per sec
  84. l maxLeftArmYawRate                    = 180            //Degrees per sec
  85. f maxAccel                            = 3.0            //Meters per sec per sec
  86. f maxVelocity                        = 40.0            //Meters per sec
  87.  
  88. [AudioVisual]
  89. st Anim =                            "animString"
  90. uc[3] MoveAnimSpeed =                0,2,1
  91.  
  92. FITEnd
  93.